8 implementations of AssociatedExtensionImplementation
GenerateDocumentationAndConfigFiles (1)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\CodeGeneration\Symbols\CodeGenerationAbstractMethodSymbol.cs (1)
105public IMethodSymbol AssociatedExtensionImplementation => null;
Microsoft.CodeAnalysis.Analyzers (1)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\CodeGeneration\Symbols\CodeGenerationAbstractMethodSymbol.cs (1)
105public IMethodSymbol AssociatedExtensionImplementation => null;
Microsoft.CodeAnalysis.CodeStyle.Fixes (1)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\CodeGeneration\Symbols\CodeGenerationAbstractMethodSymbol.cs (1)
105public IMethodSymbol AssociatedExtensionImplementation => null;
Microsoft.CodeAnalysis.CSharp (1)
Symbols\PublicModel\MethodSymbol.cs (1)
350IMethodSymbol? IMethodSymbol.AssociatedExtensionImplementation
Microsoft.CodeAnalysis.Features (1)
MetadataAsSource\AbstractMetadataAsSourceService.WrappedMethodSymbol.cs (1)
124public IMethodSymbol AssociatedExtensionImplementation => null;
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\MethodSymbol.vb (1)
1243Public ReadOnly Property AssociatedExtensionImplementation As IMethodSymbol Implements IMethodSymbol.AssociatedExtensionImplementation
Microsoft.CodeAnalysis.Workspaces (1)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\CodeGeneration\Symbols\CodeGenerationAbstractMethodSymbol.cs (1)
105public IMethodSymbol AssociatedExtensionImplementation => null;
Roslyn.Diagnostics.Analyzers (1)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\CodeGeneration\Symbols\CodeGenerationAbstractMethodSymbol.cs (1)
105public IMethodSymbol AssociatedExtensionImplementation => null;
21 references to AssociatedExtensionImplementation
GenerateDocumentationAndConfigFiles (2)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Extensions\Symbols\IMethodSymbolExtensions.cs (1)
34Equals(method.AssociatedExtensionImplementation, methodSymbol))
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Extensions\Symbols\ISymbolExtensions.cs (1)
897if (method is { IsStatic: false, AssociatedExtensionImplementation: { } associatedMethod })
Microsoft.CodeAnalysis.Analyzers (2)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Extensions\Symbols\IMethodSymbolExtensions.cs (1)
34Equals(method.AssociatedExtensionImplementation, methodSymbol))
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Extensions\Symbols\ISymbolExtensions.cs (1)
897if (method is { IsStatic: false, AssociatedExtensionImplementation: { } associatedMethod })
Microsoft.CodeAnalysis.AnalyzerUtilities (2)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Extensions\Symbols\IMethodSymbolExtensions.cs (1)
34Equals(method.AssociatedExtensionImplementation, methodSymbol))
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Extensions\Symbols\ISymbolExtensions.cs (1)
897if (method is { IsStatic: false, AssociatedExtensionImplementation: { } associatedMethod })
Microsoft.CodeAnalysis.CodeStyle (2)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Extensions\Symbols\IMethodSymbolExtensions.cs (1)
34Equals(method.AssociatedExtensionImplementation, methodSymbol))
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Extensions\Symbols\ISymbolExtensions.cs (1)
897if (method is { IsStatic: false, AssociatedExtensionImplementation: { } associatedMethod })
Microsoft.CodeAnalysis.Extensions.Package (2)
Symbols\IMethodSymbolExtensions.cs (1)
34Equals(method.AssociatedExtensionImplementation, methodSymbol))
Symbols\ISymbolExtensions.cs (1)
897if (method is { IsStatic: false, AssociatedExtensionImplementation: { } associatedMethod })
Microsoft.CodeAnalysis.ResxSourceGenerator (2)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Extensions\Symbols\IMethodSymbolExtensions.cs (1)
34Equals(method.AssociatedExtensionImplementation, methodSymbol))
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Extensions\Symbols\ISymbolExtensions.cs (1)
897if (method is { IsStatic: false, AssociatedExtensionImplementation: { } associatedMethod })
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\MethodSymbol.vb (1)
1243Public ReadOnly Property AssociatedExtensionImplementation As IMethodSymbol Implements IMethodSymbol.AssociatedExtensionImplementation
Microsoft.CodeAnalysis.Workspaces (6)
Editing\SyntaxGenerator.cs (1)
833if (extensionMember is IMethodSymbol { AssociatedExtensionImplementation: { } toShadow })
FindSymbols\FindReferences\Finders\OperatorSymbolReferenceFinder.cs (1)
87return symbol.AssociatedExtensionImplementation is { } associatedExtensionMethod
FindSymbols\FindReferences\Finders\OrdinaryMethodReferenceFinder.cs (1)
46result.AddIfNotNull(symbol.AssociatedExtensionImplementation);
FindSymbols\FindReferences\Finders\PropertyAccessorSymbolReferenceFinder.cs (1)
34result.AddIfNotNull(symbol.AssociatedExtensionImplementation);
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Extensions\Symbols\IMethodSymbolExtensions.cs (1)
34Equals(method.AssociatedExtensionImplementation, methodSymbol))
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Extensions\Symbols\ISymbolExtensions.cs (1)
897if (method is { IsStatic: false, AssociatedExtensionImplementation: { } associatedMethod })
Roslyn.Diagnostics.Analyzers (2)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Extensions\Symbols\IMethodSymbolExtensions.cs (1)
34Equals(method.AssociatedExtensionImplementation, methodSymbol))
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Extensions\Symbols\ISymbolExtensions.cs (1)
897if (method is { IsStatic: false, AssociatedExtensionImplementation: { } associatedMethod })