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