4 references to Kind
Microsoft.CodeAnalysis.CSharp.EditorFeatures (4)
StringCopyPaste\KnownSourcePasteProcessor.cs (2)
115throw ExceptionUtilities.UnexpectedValue(content.Kind); 325throw ExceptionUtilities.UnexpectedValue(content.Kind);
StringCopyPaste\StringCopyPasteContent.cs (2)
53public bool IsText => Kind == StringCopyPasteContentKind.Text; 57public bool IsInterpolation => Kind == StringCopyPasteContentKind.Interpolation;