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