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)
299
if (!TypeSymbol.Equals(index.Type,
_int32Type
, TypeCompareKind.ConsiderEverything2))
301
index = ConvertIndex(index, arg.Type,
_int32Type
);
317
if (!TypeSymbol.Equals(index.Type,
_int32Type
, TypeCompareKind.ConsiderEverything2))
319
index = ConvertIndex(index, arg.Type,
_int32Type
);
633
return Convert(expr,
_int32Type
, false);