11 references to TypeOfInt
dotnet-svcutil-lib (11)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\DataContract.cs (1)
1054
s_clrTypeStrings.Add(Globals.
TypeOfInt
.GetTypeInfo().Assembly.FullName, s_clrTypeStringsDictionary.Add(Globals.MscorlibAssemblyName));
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\SchemaImporter.cs (2)
1318
throw /*System.Runtime.Serialization.*/DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidDataContractException(string.Format(SRSerialization.GenericAnnotationHasInvalidAttributeValue, argumentElement.LocalName, argumentElement.NamespaceURI, type.Name, nestedLevelAttribute.Value, nestedLevelAttribute.LocalName, Globals.
TypeOfInt
.Name)));
1332
throw /*System.Runtime.Serialization.*/DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidDataContractException(string.Format(SRSerialization.GenericAnnotationHasInvalidAttributeValue, typeElement.LocalName, typeElement.NamespaceURI, type.Name, typeNestedLevelsAttribute.Value, typeNestedLevelsAttribute.LocalName, Globals.
TypeOfInt
.Name)));
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlFormatReaderGenerator.cs (7)
274
LocalBuilder memberIndexLocal = _ilg.DeclareLocal(Globals.
TypeOfInt
, "memberIndex", -1);
279
LocalBuilder requiredIndexLocal = hasRequiredMembers ? _ilg.DeclareLocal(Globals.
TypeOfInt
, "requiredIndex", firstRequiredMember) : null;
548
LocalBuilder size = _ilg.DeclareLocal(Globals.
TypeOfInt
, "arraySize");
572
LocalBuilder i = _ilg.DeclareLocal(Globals.
TypeOfInt
, "i");
613
LocalBuilder j = _ilg.DeclareLocal(Globals.
TypeOfInt
, "j");
658
LocalBuilder size = _ilg.DeclareLocal(Globals.
TypeOfInt
, "arraySize");
668
LocalBuilder i = _ilg.DeclareLocal(Globals.
TypeOfInt
, "i");
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlFormatWriterGenerator.cs (1)
317
LocalBuilder i = _ilg.DeclareLocal(Globals.
TypeOfInt
, "i");