3 writes to _prefix
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\baseaxisquery.cs (3)
32
_prefix
= string.Empty;
41
_prefix
= prefix;
50
_prefix
= other._prefix;
4 references to _prefix
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\baseaxisquery.cs (4)
50
_prefix = other.
_prefix
;
69
_nsUri = context.LookupNamespace(
_prefix
);
74
protected string Prefix { get { return
_prefix
; } }
130
if (
_prefix
.Length != 0)