1 write to _typeOpt
Microsoft.CodeAnalysis.CSharp (1)
Compiler\TypeCompilationState.cs (1)
85
_typeOpt
= typeOpt;
2 references to _typeOpt
Microsoft.CodeAnalysis.CSharp (2)
Compiler\TypeCompilationState.cs (2)
98
Debug.Assert(
_typeOpt
is { });
99
return
_typeOpt
;