6 references to InterlockedInitialize
Microsoft.CodeAnalysis (2)
DiagnosticAnalyzer\AnalyzerDriver.GroupedAnalyzerActionsForAnalyzer.cs (2)
91
RoslynImmutableInterlocked.
InterlockedInitialize
(ref _lazyNodeActionsByKind, AnalyzerExecutor.GetNodeActionsByKind(nodeActions));
108
RoslynImmutableInterlocked.
InterlockedInitialize
(ref _lazyOperationActionsByKind, AnalyzerExecutor.GetOperationActionsByKind(operationActions));
Microsoft.CodeAnalysis.CSharp (4)
Compilation\CSharpCompilation.cs (3)
1062
RoslynImmutableInterlocked.
InterlockedInitialize
(ref _mappedPathToSyntaxTree, computeMappedPathToSyntaxTree());
1088
RoslynImmutableInterlocked.
InterlockedInitialize
(ref _contentHashToSyntaxTree, computeHashToSyntaxTree());
1115
RoslynImmutableInterlocked.
InterlockedInitialize
(ref _pathToSyntaxTree, computePathToSyntaxTree());
Symbols\NamedTypeSymbol.cs (1)
599
RoslynImmutableInterlocked.
InterlockedInitialize
(ref _lazyRequiredMembers, requiredMembers);