13 references to OperationExtensions
Metrics (1)
src\RoslynAnalyzers\Utilities\Compiler\Lightup\IFunctionPointerInvocationOperationWrapper.cs (1)
35
var targetMethod = typeof(
OperationExtensions
).GetTypeInfo().GetDeclaredMethod("GetFunctionPointerSignature");
Metrics.Legacy (1)
src\RoslynAnalyzers\Utilities\Compiler\Lightup\IFunctionPointerInvocationOperationWrapper.cs (1)
35
var targetMethod = typeof(
OperationExtensions
).GetTypeInfo().GetDeclaredMethod("GetFunctionPointerSignature");
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
2483
/// in the parent operation. Call <see cref="
OperationExtensions
.GetVariableInitializer(IVariableDeclaratorOperation)" />
Microsoft.CodeAnalysis.Analyzers (1)
src\RoslynAnalyzers\Utilities\Compiler\Lightup\IFunctionPointerInvocationOperationWrapper.cs (1)
35
var targetMethod = typeof(
OperationExtensions
).GetTypeInfo().GetDeclaredMethod("GetFunctionPointerSignature");
Microsoft.CodeAnalysis.AnalyzerUtilities (1)
src\RoslynAnalyzers\Utilities\Compiler\Lightup\IFunctionPointerInvocationOperationWrapper.cs (1)
35
var targetMethod = typeof(
OperationExtensions
).GetTypeInfo().GetDeclaredMethod("GetFunctionPointerSignature");
Microsoft.CodeAnalysis.BannedApiAnalyzers (1)
src\RoslynAnalyzers\Utilities\Compiler\Lightup\IFunctionPointerInvocationOperationWrapper.cs (1)
35
var targetMethod = typeof(
OperationExtensions
).GetTypeInfo().GetDeclaredMethod("GetFunctionPointerSignature");
Microsoft.CodeAnalysis.CSharp.IOperation.UnitTests (1)
IOperation\IOperationTests_IBranchOperation.Extensions.cs (1)
23
Assert.ThrowsAny<ArgumentNullException>(() =>
OperationExtensions
.GetCorrespondingOperation(null));
Microsoft.CodeAnalysis.ResxSourceGenerator (1)
src\RoslynAnalyzers\Utilities\Compiler\Lightup\IFunctionPointerInvocationOperationWrapper.cs (1)
35
var targetMethod = typeof(
OperationExtensions
).GetTypeInfo().GetDeclaredMethod("GetFunctionPointerSignature");
Microsoft.CodeAnalysis.UnitTests (1)
Diagnostics\OperationTests.cs (1)
20
using static Microsoft.CodeAnalysis.Operations.
OperationExtensions
;
Roslyn.Compilers.VisualBasic.IOperation.UnitTests (1)
IOperation\IOperationTests_IBranchOperation.Extensions.vb (1)
19
Assert.ThrowsAny(Of ArgumentNullException)(Function()
OperationExtensions
.GetCorrespondingOperation(Nothing))
Roslyn.Diagnostics.Analyzers (1)
src\RoslynAnalyzers\Utilities\Compiler\Lightup\IFunctionPointerInvocationOperationWrapper.cs (1)
35
var targetMethod = typeof(
OperationExtensions
).GetTypeInfo().GetDeclaredMethod("GetFunctionPointerSignature");
Test.Utilities (1)
src\RoslynAnalyzers\Utilities\Compiler\Lightup\IFunctionPointerInvocationOperationWrapper.cs (1)
35
var targetMethod = typeof(
OperationExtensions
).GetTypeInfo().GetDeclaredMethod("GetFunctionPointerSignature");
Text.Analyzers (1)
src\RoslynAnalyzers\Utilities\Compiler\Lightup\IFunctionPointerInvocationOperationWrapper.cs (1)
35
var targetMethod = typeof(
OperationExtensions
).GetTypeInfo().GetDeclaredMethod("GetFunctionPointerSignature");