1 write to IsExplicitType
Microsoft.CodeAnalysis.CSharp (1)
BoundTree\UnboundLambda.cs (1)
60
IsExplicitType
= isExplicitType;
3 references to IsExplicitType
Microsoft.CodeAnalysis.CSharp (3)
BoundTree\UnboundLambda.cs (3)
131
if (nullableState == null || InferredReturnType.
IsExplicitType
)
1206
Debug.Assert(!inferredReturnType.
IsExplicitType
);
1229
isExplicitType: inferredReturnType.
IsExplicitType
,