3 references to _type
Microsoft.CodeAnalysis.EditorFeatures (3)
Classification\Semantic\AbstractSemanticOrEmbeddedClassificationViewTaggerProvider.cs (3)
238
if (
_type
== ClassificationType.Semantic)
243
else if (
_type
== ClassificationType.EmbeddedLanguage)
250
throw ExceptionUtilities.UnexpectedValue(
_type
);