1 write to Type
Microsoft.Build (1)
Evaluation\ToolsetElement.cs (1)
81
msbuildSection.SectionInformation.
Type
= typeof(ToolsetConfigurationSection).AssemblyQualifiedName;
8 references to Type
Microsoft.Build (2)
Evaluation\ToolsetElement.cs (2)
77
if (String.IsNullOrEmpty(msbuildSection.SectionInformation.
Type
) ||
78
msbuildSection.SectionInformation.
Type
.IndexOf("Microsoft.Build", StringComparison.OrdinalIgnoreCase) >= 0)
System.Configuration.ConfigurationManager (6)
System\Configuration\MgmtConfigurationRecord.cs (5)
686
string typeName = configSection.SectionInformation.
Type
?? Host.GetConfigTypeName(configSection.GetType());
1132
return (factoryRecord.FactoryTypeName != configSection.SectionInformation.
Type
)
1159
string type = configSection.SectionInformation.
Type
?? factoryRecord.FactoryTypeName;
1758
if (configSection.SectionInformation.
Type
!= null)
1759
factoryRecord.FactoryTypeName = configSection.SectionInformation.
Type
;
System\Configuration\SectionInformation.cs (1)
364
if (string.IsNullOrEmpty(value)) throw ExceptionUtil.PropertyNullOrEmpty(nameof(
Type
));