7 references to String3
dotnet-svcutil-lib (7)
FrameworkFork\System.ServiceModel\System\IdentityModel\IdentityModelStringsVersion1.cs (1)
305
case 3: return
String3
;
FrameworkFork\System.ServiceModel\System\IdentityModel\XD.cs (6)
1233
this.IdAttribute = dictionary.CreateString(IdentityModelStringsVersion1.
String3
, 3);
1243
this.IdAttribute = LookupDictionaryString(dictionary, IdentityModelStringsVersion1.
String3
);
1296
this.Id = dictionary.CreateString(IdentityModelStringsVersion1.
String3
, 3);
1320
this.Id = LookupDictionaryString(dictionary, IdentityModelStringsVersion1.
String3
);
1817
public const string IdAttribute = IdentityModelStringsVersion1.
String3
;
1838
public const string Id = IdentityModelStringsVersion1.
String3
;