10 writes to _prefix
PresentationFramework (10)
System\Windows\Markup\BamlReader.cs (10)
166_prefix = string.Empty; 397_prefix = info.Prefix; 430_prefix = string.Empty; 452_prefix = string.Empty; 1952GetAssemblyAndPrefixAndXmlns(typeInfo, out _assemblyName, out _prefix, out _xmlNamespace); 2032_prefix = nodeInfo.Prefix; 2079_prefix = nodeInfo.Prefix; 2148_prefix = nodeInfo.Prefix; 2189_prefix = string.Empty; 2308_prefix = string.Empty;
2 references to _prefix
PresentationFramework (2)
System\Windows\Markup\BamlReader.cs (2)
251get { return _prefix; } 1959nodeInfo.Prefix = _prefix;