47 references to ElementInformation
Microsoft.Build (15)
Definition\ToolsetConfigurationReader.cs (4)
89toolset.ElementInformation.Source, 90toolset.ElementInformation.LineNumber, 168ElementLocation location = ElementLocation.Create(propertyElement.ElementInformation.Source, propertyElement.ElementInformation.LineNumber, 0);
ToolsetElement.cs (11)
278if (!String.IsNullOrEmpty(element.ElementInformation.Source)) 280if (element.ElementInformation.LineNumber != 0) 282locationString = String.Format("{0} ({1})", element.ElementInformation.Source, element.ElementInformation.LineNumber); 286locationString = element.ElementInformation.Source; 292throw new ConfigurationErrorsException(message, element.ElementInformation.Source, element.ElementInformation.LineNumber); 462throw new ConfigurationErrorsException(message, element.ElementInformation.Source, element.ElementInformation.LineNumber); 633throw new ConfigurationErrorsException(message, element.ElementInformation.Source, element.ElementInformation.LineNumber);
Microsoft.Build.Engine (8)
Engine\ToolsetConfigurationReader.cs (8)
54toolset.ElementInformation.Source, 55toolset.ElementInformation.LineNumber 103propertyElement.ElementInformation.Source, 104propertyElement.ElementInformation.LineNumber 299throw new ConfigurationErrorsException(message, element.ElementInformation.Source, element.ElementInformation.LineNumber); 464throw new ConfigurationErrorsException(message, element.ElementInformation.Source, element.ElementInformation.LineNumber);
Microsoft.Build.Utilities.Core (11)
ToolsetElement.cs (11)
278if (!String.IsNullOrEmpty(element.ElementInformation.Source)) 280if (element.ElementInformation.LineNumber != 0) 282locationString = String.Format("{0} ({1})", element.ElementInformation.Source, element.ElementInformation.LineNumber); 286locationString = element.ElementInformation.Source; 292throw new ConfigurationErrorsException(message, element.ElementInformation.Source, element.ElementInformation.LineNumber); 462throw new ConfigurationErrorsException(message, element.ElementInformation.Source, element.ElementInformation.LineNumber); 633throw new ConfigurationErrorsException(message, element.ElementInformation.Source, element.ElementInformation.LineNumber);
System.Configuration.ConfigurationManager (13)
System\Configuration\AppSettingsSection.cs (1)
98string configFile = ElementInformation.Source;
System\Configuration\ConfigurationElement.cs (4)
359foreach (PropertyInformation propInfo in source.ElementInformation.Properties) 371if (ElementInformation.Properties[propInfo.Name] == null) 392if (ElementInformation.Properties[propInfo.Name].ValueOrigin == 401ElementInformation.Properties[propInfo.Name].Value = propInfo.Value;
System\Configuration\MgmtConfigurationRecord.cs (2)
470PropertySourceInfo saveInfo = configSection.ElementInformation.PropertyInfoInternal(); 477configSection.ElementInformation.ChangeSourceAndLineNumber(saveInfo);
System\Configuration\SectionInformation.cs (1)
296_configurationSection.ElementInformation.IsLocked;
System\Diagnostics\DiagnosticsConfiguration.cs (1)
35return configSectionSav.ElementInformation.Source;
System\Diagnostics\ListenerElementsCollection.cs (4)
186if (_attributes != null || ElementInformation.Properties[s_propFilter.Name].ValueOrigin == PropertyValueOrigin.SetHere || TraceOutputOptions != TraceOptions.None || !string.IsNullOrEmpty(InitData)) 312if (_attributes != null || ElementInformation.Properties[s_propFilter.Name].ValueOrigin == PropertyValueOrigin.SetHere || TraceOutputOptions != TraceOptions.None || !string.IsNullOrEmpty(InitData)) 347if (ElementInformation.Properties[s_propFilter.Name].ValueOrigin == PropertyValueOrigin.SetHere || 348ElementInformation.Properties[s_propFilter.Name].ValueOrigin == PropertyValueOrigin.Inherited)