5 references to getIndexerOutputType
Microsoft.CodeAnalysis.CSharp (5)
FlowAnalysis\NullableWalker_Patterns.cs (5)
504TypeWithAnnotations type = getIndexerOutputType(inputType, e.IndexerAccess, isSlice: false);
514TypeWithAnnotations type = getIndexerOutputType(inputType, e.IndexerAccess, isSlice: true);
803TypeWithAnnotations type = getIndexerOutputType(inputType, e.IndexerAccess, isSlice: false);
814TypeWithAnnotations type = getIndexerOutputType(inputType, e.IndexerAccess, isSlice: true);
1023return getIndexerOutputType(inputType, implicitIndexerAccess.IndexerOrSliceAccess, isSlice);