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