5 references to getIndexerOutputType
Microsoft.CodeAnalysis.CSharp (5)
FlowAnalysis\NullableWalker_Patterns.cs (5)
502TypeWithAnnotations type = getIndexerOutputType(inputType, e.IndexerAccess, isSlice: false); 512TypeWithAnnotations type = getIndexerOutputType(inputType, e.IndexerAccess, isSlice: true); 801TypeWithAnnotations type = getIndexerOutputType(inputType, e.IndexerAccess, isSlice: false); 812TypeWithAnnotations type = getIndexerOutputType(inputType, e.IndexerAccess, isSlice: true); 959BoundImplicitIndexerAccess implicitIndexerAccess => getIndexerOutputType(inputType, implicitIndexerAccess.IndexerOrSliceAccess, isSlice),