1 write to Kind
Microsoft.CodeAnalysis.CSharp.EditorFeatures (1)
StringCopyPaste\StringCopyPasteContent.cs (1)
53
Kind
= kind;
4 references to Kind
Microsoft.CodeAnalysis.CSharp.EditorFeatures (4)
StringCopyPaste\KnownSourcePasteProcessor.cs (2)
127
throw ExceptionUtilities.UnexpectedValue(content.
Kind
);
337
throw ExceptionUtilities.UnexpectedValue(content.
Kind
);
StringCopyPaste\StringCopyPasteContent.cs (2)
62
public bool IsText =>
Kind
== StringCopyPasteContentKind.Text;
66
public bool IsInterpolation =>
Kind
== StringCopyPasteContentKind.Interpolation;