10 writes to _prefix
PresentationFramework (10)
System\Windows\Markup\BamlReader.cs (10)
167_prefix = string.Empty; 398_prefix = info.Prefix; 431_prefix = string.Empty; 453_prefix = string.Empty; 1965GetAssemblyAndPrefixAndXmlns(typeInfo, out _assemblyName, out _prefix, out _xmlNamespace); 2047_prefix = nodeInfo.Prefix; 2094_prefix = nodeInfo.Prefix; 2163_prefix = nodeInfo.Prefix; 2201_prefix = string.Empty; 2324_prefix = string.Empty;
2 references to _prefix
PresentationFramework (2)
System\Windows\Markup\BamlReader.cs (2)
252get { return _prefix; } 1973Prefix = _prefix,