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. 316return _isHotReloadExceptionTypeUsed ? _lazyHotReloadExceptionType : null;