Lines Matching refs:CheckNoEffectConstructorParam
47 … CheckNoEffectConstructorParam(nameof(frequency), frequency, VerilogTimeunitFrequency); in CoSimulatedPeripheral()
48 CheckNoEffectConstructorParam(nameof(limitBuffer), limitBuffer, LimitBuffer); in CoSimulatedPeripheral()
49 CheckNoEffectConstructorParam(nameof(timeout), timeout, DefaultTimeout); in CoSimulatedPeripheral()
50 CheckNoEffectConstructorParam(nameof(address), address, null); in CoSimulatedPeripheral()
51 … CheckNoEffectConstructorParam(nameof(simulationFilePathLinux), simulationFilePathLinux, null); in CoSimulatedPeripheral()
52 … CheckNoEffectConstructorParam(nameof(simulationFilePathWindows), simulationFilePathWindows, null); in CoSimulatedPeripheral()
53 … CheckNoEffectConstructorParam(nameof(simulationFilePathMacOS), simulationFilePathMacOS, null); in CoSimulatedPeripheral()
54 … CheckNoEffectConstructorParam(nameof(simulationContextLinux), simulationContextLinux, null); in CoSimulatedPeripheral()
55 … CheckNoEffectConstructorParam(nameof(simulationContextWindows), simulationContextWindows, null); in CoSimulatedPeripheral()
56 … CheckNoEffectConstructorParam(nameof(simulationContextMacOS), simulationContextMacOS, null); in CoSimulatedPeripheral()
313 private void CheckNoEffectConstructorParam<T>(string name, T value, T defaultValue) in CheckNoEffectConstructorParam() method in Antmicro.Renode.Peripherals.CoSimulated.CoSimulatedPeripheral