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