2 overrides of GetArgumentForVolatileReadCall
Microsoft.CodeAnalysis.CSharp.NetAnalyzers (1)
Microsoft.NetCore.Analyzers\Usage\CSharpUseVolatileReadWriteFixer.cs (1)
19
protected override SyntaxNode
GetArgumentForVolatileReadCall
(IArgumentOperation argument, IParameterSymbol volatileReadParameter)
Microsoft.CodeAnalysis.VisualBasic.NetAnalyzers (1)
Microsoft.NetCore.Analyzers\Usage\BasicUseVolatileReadWriteFixer.vb (1)
17
Protected Overrides Function
GetArgumentForVolatileReadCall
(argument As IArgumentOperation, volatileReadParameter as IParameterSymbol) As SyntaxNode
1 reference to GetArgumentForVolatileReadCall
Microsoft.CodeAnalysis.NetAnalyzers (1)
Microsoft.NetCore.Analyzers\Usage\UseVolatileReadWrite.Fixer.cs (1)
75
arguments = [
GetArgumentForVolatileReadCall
(invocationOperation.Arguments[0], volatileReadMethod.Parameters[0])];