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