ShaderTools.VisualStudio.Hlsl.Tagging.Classification.HlslClassificationService.Get C# (CSharp) Method

Get() private method

private Get ( IClassificationType &target, string name ) : IClassificationType
target IClassificationType
name string
return IClassificationType
        private IClassificationType Get(ref IClassificationType target, string name)
        {
            return target ?? (target = _classificationTypeRegistryService.GetClassificationType(name));
        }
HlslClassificationService