4 writes to _currentInstance
Microsoft.CodeAnalysis.Razor.Compiler (4)
Language\Legacy\SpanEditHandlerBuilder.cs (4)
41
_currentInstance
= null;
54
_currentInstance
= null;
62
return
_currentInstance
??= CreateHandler();
96
_currentInstance
= null;
2 references to _currentInstance
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\Legacy\SpanEditHandlerBuilder.cs (2)
61
Debug.Assert(
_currentInstance
is null ||
_currentInstance
.Tokenizer == Tokenizer);