10 writes to _xmlNamespace
PresentationFramework (10)
System\Windows\Markup\BamlReader.cs (10)
177_xmlNamespace = string.Empty; 408_xmlNamespace = info.XmlNamespace; 451_xmlNamespace = string.Empty; 467_xmlNamespace = string.Empty; 1907_xmlNamespace = piMappingRecord.XmlNamespace; 1962GetAssemblyAndPrefixAndXmlns(typeInfo, out _assemblyName, out _prefix, out _xmlNamespace); 2043_xmlNamespace = nodeInfo.XmlNamespace; 2090_xmlNamespace = nodeInfo.XmlNamespace; 2159_xmlNamespace = nodeInfo.XmlNamespace; 2323_xmlNamespace = string.Empty;
3 references to _xmlNamespace
PresentationFramework (3)
System\Windows\Markup\BamlReader.cs (3)
277get { return _xmlNamespace; } 1911_value = string.Create(null, stackalloc char[100], $"XmlNamespace=\"{_xmlNamespace}\" ClrNamespace=\"{_clrNamespace}\" Assembly=\"{_assemblyName}\""); 1971nodeInfo.XmlNamespace = _xmlNamespace;