3 references to VolatileReadMethodName
Microsoft.CodeAnalysis.NetAnalyzers (3)
Microsoft.NetCore.Analyzers\Usage\UseVolatileReadWrite.Fixer.cs (3)
58
methodName =
VolatileReadMethodName
;
59
parameters = volatileType.GetMembers(
VolatileReadMethodName
).OfType<IMethodSymbol>().First().Parameters;
118
|| volatileType.GetMembers(
VolatileReadMethodName
).OfType<IMethodSymbol>().FirstOrDefault() is null