3 references to getIndexerOutputType
Microsoft.CodeAnalysis.CSharp (3)
FlowAnalysis\NullableWalker_Patterns.cs (3)
560TypeWithAnnotations type = getIndexerOutputType(inputType, e.IndexerAccess, isSlice: false); 572TypeWithAnnotations type = getIndexerOutputType(inputType, e.IndexerAccess, isSlice: true); 857BoundImplicitIndexerAccess implicitIndexerAccess => getIndexerOutputType(inputType, implicitIndexerAccess.IndexerOrSliceAccess, isSlice),