10 writes to _prefix
PresentationFramework (10)
System\Windows\Markup\BamlReader.cs (10)
176_prefix = string.Empty; 407_prefix = info.Prefix; 440_prefix = string.Empty; 462_prefix = string.Empty; 1962GetAssemblyAndPrefixAndXmlns(typeInfo, out _assemblyName, out _prefix, out _xmlNamespace); 2042_prefix = nodeInfo.Prefix; 2089_prefix = nodeInfo.Prefix; 2158_prefix = nodeInfo.Prefix; 2199_prefix = string.Empty; 2318_prefix = string.Empty;
2 references to _prefix
PresentationFramework (2)
System\Windows\Markup\BamlReader.cs (2)
261get { return _prefix; } 1969nodeInfo.Prefix = _prefix;