1 instantiation of NullableContextStateMap
Microsoft.CodeAnalysis.CSharp (1)
Syntax\NullableContextStateMap.cs (1)
47return new NullableContextStateMap(contexts);
5 references to NullableContextStateMap
Microsoft.CodeAnalysis.CSharp (5)
Syntax\CSharpSyntaxTree.cs (4)
713private NullableContextStateMap GetNullableContextStateMap() 720new StrongBox<NullableContextStateMap>(NullableContextStateMap.Create(this)), 757private StrongBox<NullableContextStateMap>? _lazyNullableContextStateMap;
Syntax\NullableContextStateMap.cs (1)
44internal static NullableContextStateMap Create(SyntaxTree tree)