4 writes to Result
System.Configuration (4)
System\Configuration\BaseConfigurationRecord.cs (3)
1602
input.
Result
= EvaluateOne(keys, input, isTrusted, factoryRecord, sectionRecord, currentResult);
1617
locationInput.
Result
= EvaluateOne(keys, locationInput, isTrusted, factoryRecord, sectionRecord, currentResult);
1631
fileInput.
Result
= EvaluateOne(keys, fileInput, isTrusted, factoryRecord, sectionRecord, currentResult);
System\Configuration\MgmtConfigurationRecord.cs (1)
2001
fileInput.
Result
= configSection;
7 references to Result
System.Configuration (7)
System\Configuration\BaseConfigurationRecord.cs (5)
1605
currentResult = input.
Result
;
1620
currentResult = locationInput.
Result
;
1634
currentResult = fileInput.
Result
;
1684
locationInput.ResultRuntimeObject = GetRuntimeObject(locationInput.
Result
);
1691
tmpResult = locationInput.
Result
;
System\Configuration\MgmtConfigurationRecord.cs (2)
433
result = (ConfigurationSection) input.
Result
;
440
result = (ConfigurationSection) input.
Result
;