1 write to _isHotReloadExceptionTypeUsed
Microsoft.CodeAnalysis.VisualBasic (1)
Emit\EditAndContinue\PEDeltaAssemblyBuilder.vb (1)
298
_isHotReloadExceptionTypeUsed
= True
2 references to _isHotReloadExceptionTypeUsed
Microsoft.CodeAnalysis.VisualBasic (2)
Emit\EditAndContinue\PEDeltaAssemblyBuilder.vb (2)
32
''' <see cref="
_isHotReloadExceptionTypeUsed
"/> indicates if the type is actually used in the delta.
304
Return If(
_isHotReloadExceptionTypeUsed
, _lazyHotReloadExceptionType, Nothing)