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)
1098
RoslynImmutableInterlocked.
InterlockedInitialize
(ref _mappedPathToSyntaxTree, computeMappedPathToSyntaxTree());
1124
RoslynImmutableInterlocked.
InterlockedInitialize
(ref _contentHashToSyntaxTree, computeHashToSyntaxTree());
1151
RoslynImmutableInterlocked.
InterlockedInitialize
(ref _pathToSyntaxTree, computePathToSyntaxTree());
Symbols\NamedTypeSymbol.cs (1)
619
RoslynImmutableInterlocked.
InterlockedInitialize
(ref _lazyRequiredMembers, requiredMembers);