3 references to AnnotatedOrNotAnnotated
Microsoft.CodeAnalysis.CSharp.Features (1)
MetadataAsSource\CSharpMetadataAsSourceService.cs (1)
127
HasAnnotation(node, NullableSyntaxAnnotation.
AnnotatedOrNotAnnotated
));
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\Lightup\NullableSyntaxAnnotationEx.cs (1)
30
Contract.ThrowIfFalse(ReferenceEquals(AnnotatedOrNotAnnotated, NullableSyntaxAnnotation.
AnnotatedOrNotAnnotated
));
Microsoft.CodeAnalysis.Workspaces (1)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\CodeGeneration\NullableSyntaxAnnotation.cs (1)
23
public static readonly SyntaxAnnotation AnnotatedOrNotAnnotated = new($"{nameof(NullableSyntaxAnnotation)}.{
AnnotatedOrNotAnnotated
}");