2 writes to Type
System.IdentityModel (2)
System\IdentityModel\XD.cs (2)
1396this.Type = dictionary.CreateString(IdentityModelStringsVersion1.String83, 83); 1428this.Type = LookupDictionaryString(dictionary, IdentityModelStringsVersion1.String83);
2 references to Type
System.IdentityModel (2)
System\IdentityModel\SignedXml.cs (2)
1234this.Type = reader.GetAttribute(dictionaryManager.XmlSignatureDictionary.Type, null); 1267writer.WriteAttributeString(dictionaryManager.XmlSignatureDictionary.Type, null, this.type);