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