14 references to Normalize
Microsoft.CodeAnalysis.CSharp (14)
FlowAnalysis\CSharpDataFlowAnalysis.cs (14)
67? Normalize(VariablesDeclaredWalker.Analyze(_context.Compilation, _context.Member, _context.BoundNode, _context.FirstInRegion, _context.LastInRegion))
103Normalize(DataFlowsInWalker.Analyze(_context.Compilation, _context.Member, _context.BoundNode, _context.FirstInRegion, _context.LastInRegion, UnassignedVariables, UnassignedVariableAddressOfSyntaxes, out _succeeded));
137entryResult = Normalize(entry);
138exitResult = Normalize(exit);
160? Normalize(DataFlowsOutWalker.Analyze(_context.Compilation, _context.Member, _context.BoundNode, _context.FirstInRegion, _context.LastInRegion, UnassignedVariables, _dataFlowsIn))
179? Normalize(AlwaysAssignedWalker.Analyze(_context.Compilation, _context.Member, _context.BoundNode, _context.FirstInRegion, _context.LastInRegion))
270ImmutableInterlocked.InterlockedInitialize(ref _readInside, Normalize(readInside));
271ImmutableInterlocked.InterlockedInitialize(ref _writtenInside, Normalize(writtenInside));
272ImmutableInterlocked.InterlockedInitialize(ref _readOutside, Normalize(readOutside));
273ImmutableInterlocked.InterlockedInitialize(ref _writtenOutside, Normalize(writtenOutside));
274ImmutableInterlocked.InterlockedInitialize(ref _captured, Normalize(captured));
275ImmutableInterlocked.InterlockedInitialize(ref _capturedInside, Normalize(capturedInside));
276ImmutableInterlocked.InterlockedInitialize(ref _capturedOutside, Normalize(capturedOutside));
277ImmutableInterlocked.InterlockedInitialize(ref _unsafeAddressTaken, Normalize(unsafeAddressTaken));