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