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;
1965
GetAssemblyAndPrefixAndXmlns(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)
252
get { return
_prefix
; }
1973
Prefix =
_prefix
,