7 references to String186
dotnet-svcutil-lib (7)
FrameworkFork\System.ServiceModel\System\IdentityModel\IdentityModelStringsVersion1.cs (1)
488case 186: return String186;
FrameworkFork\System.ServiceModel\System\IdentityModel\XD.cs (6)
527this.SecurityContextTokenType = dictionary.CreateString(IdentityModelStringsVersion1.String186, 186); 528this.SecurityContextTokenReferenceValueType = dictionary.CreateString(IdentityModelStringsVersion1.String186, 186); 555this.SecurityContextTokenType = LookupDictionaryString(dictionary, IdentityModelStringsVersion1.String186); 556this.SecurityContextTokenReferenceValueType = LookupDictionaryString(dictionary, IdentityModelStringsVersion1.String186); 1572public const string SecurityContextTokenType = IdentityModelStringsVersion1.String186; 1573public const string SecurityContextTokenReferenceValueType = IdentityModelStringsVersion1.String186;