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); 74protected string Prefix { get { return _prefix; } } 130if (_prefix.Length != 0)