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