1 write to _isHotReloadExceptionTypeUsed
Microsoft.CodeAnalysis.CSharp (1)
Emitter\EditAndContinue\PEDeltaAssemblyBuilder.cs (1)
309
_isHotReloadExceptionTypeUsed
= true;
2 references to _isHotReloadExceptionTypeUsed
Microsoft.CodeAnalysis.CSharp (2)
Emitter\EditAndContinue\PEDeltaAssemblyBuilder.cs (2)
32
/// <see cref="
_isHotReloadExceptionTypeUsed
"/> indicates if the type is actually used in the delta.
316
return
_isHotReloadExceptionTypeUsed
? _lazyHotReloadExceptionType : null;