6 references to Instance
Microsoft.CodeAnalysis.Workspaces (6)
Log\EtwLogger.cs (1)
21
private readonly RoslynEventSource _source = RoslynEventSource.
Instance
;
Log\RoslynEventSource.LogBlock.cs (5)
113
Instance
.BlockStart(_message, _functionId, _blockId);
120
if (
Instance
.IsEnabled(_eventLevel, EventKeywords.None))
142
Instance
.BlockStart(_message, _functionId, _blockId);
151
Instance
.BlockCanceled(_functionId, delta, _blockId);
155
Instance
.BlockStop(_functionId, delta, _blockId);