1 write to _int32Type
Microsoft.CodeAnalysis.CSharp (1)
Lowering\ClosureConversion\ExpressionLambdaRewriter.cs (1)
103
_int32Type
= _bound.SpecialType(SpecialType.System_Int32);
5 references to _int32Type
Microsoft.CodeAnalysis.CSharp (5)
Lowering\ClosureConversion\ExpressionLambdaRewriter.cs (5)
298
if (!TypeSymbol.Equals(index.Type,
_int32Type
, TypeCompareKind.ConsiderEverything2))
300
index = ConvertIndex(index, arg.Type,
_int32Type
);
316
if (!TypeSymbol.Equals(index.Type,
_int32Type
, TypeCompareKind.ConsiderEverything2))
318
index = ConvertIndex(index, arg.Type,
_int32Type
);
632
return Convert(expr,
_int32Type
, false);