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