2 references to TryGetAnalyzerImageReferenceGuid
Microsoft.CodeAnalysis.Workspaces (2)
Serialization\SerializerService_Reference.cs (2)
77
Contract.ThrowIfFalse(
TryGetAnalyzerImageReferenceGuid
(analyzerImageReference, out var guid), "AnalyzerImageReferences are only supported during testing");
146
Contract.ThrowIfFalse(
TryGetAnalyzerImageReferenceGuid
(analyzerImageReference, out var guid), "AnalyzerImageReferences are only supported during testing");