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