7 references to Empty
Microsoft.CodeAnalysis (4)
Emit\EditAndContinue\DefinitionMap.cs (1)
416
=> _methodInstrumentations.TryGetValue(method, out var instrumentation) ? instrumentation : MethodInstrumentation.
Empty
;
Emit\SemanticEdit.cs (3)
66
: this(kind, oldSymbol, newSymbol, syntaxMap, preserveLocalVariables, MethodInstrumentation.
Empty
)
75
: this(kind, oldSymbol, newSymbol, syntaxMap, runtimeRudeEdit: null, MethodInstrumentation.
Empty
)
162
instrumentation = MethodInstrumentation.
Empty
;
Microsoft.CodeAnalysis.CSharp (3)
Compiler\MethodCompiler.cs (3)
284
instrumentation: MethodInstrumentation.
Empty
,
792
GetDebugDocumentProvider(MethodInstrumentation.
Empty
),
980
var instrumentation = compilationState.ModuleBuilderOpt?.GetMethodBodyInstrumentations(methodSymbol) ?? MethodInstrumentation.
Empty
;