5 references to getIndexerOutputType
Microsoft.CodeAnalysis.CSharp (5)
FlowAnalysis\NullableWalker_Patterns.cs (5)
500TypeWithAnnotations type = getIndexerOutputType(inputType, e.IndexerAccess, isSlice: false); 510TypeWithAnnotations type = getIndexerOutputType(inputType, e.IndexerAccess, isSlice: true); 799TypeWithAnnotations type = getIndexerOutputType(inputType, e.IndexerAccess, isSlice: false); 810TypeWithAnnotations type = getIndexerOutputType(inputType, e.IndexerAccess, isSlice: true); 957BoundImplicitIndexerAccess implicitIndexerAccess => getIndexerOutputType(inputType, implicitIndexerAccess.IndexerOrSliceAccess, isSlice),