66 references to RegisterSymbolAction
Microsoft.AspNetCore.Components.Analyzers (1)
InternalUsageAnalyzer.cs (1)
50context.RegisterSymbolAction(
Microsoft.AspNetCore.Components.SdkAnalyzers (1)
InternalUsageAnalyzer.cs (1)
50context.RegisterSymbolAction(
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (1)
Diagnostics\DiagnosticAnalyzerDriver\DiagnosticAnalyzerDriverTests.cs (1)
879=> context.RegisterSymbolAction(OnSymbol, SymbolKind.NamedType);
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (21)
Diagnostics\DiagnosticAnalyzerTests.cs (3)
246context.RegisterSymbolAction(AnalyzeSymbol, SymbolKind.NamedType); 511context.RegisterSymbolAction( 838context.RegisterSymbolAction(ctxt =>
Semantics\PrimaryConstructorTests.cs (11)
4079context.RegisterSymbolAction(Handle, SymbolKind.Method); 4080context.RegisterSymbolAction(Handle, SymbolKind.Property); 4081context.RegisterSymbolAction(Handle, SymbolKind.Parameter); 4082context.RegisterSymbolAction(Handle, SymbolKind.NamedType); 5142context.RegisterSymbolAction(Handle1, SymbolKind.Method); 5143context.RegisterSymbolAction(Handle2, SymbolKind.Property); 5144context.RegisterSymbolAction(Handle3, SymbolKind.Parameter); 5482context.RegisterSymbolAction(Handle, SymbolKind.Method); 5483context.RegisterSymbolAction(Handle, SymbolKind.Property); 5484context.RegisterSymbolAction(Handle, SymbolKind.Parameter); 5485context.RegisterSymbolAction(Handle, SymbolKind.NamedType);
Semantics\RecordTests.cs (7)
26517context.RegisterSymbolAction(Handle, SymbolKind.Method); 26518context.RegisterSymbolAction(Handle, SymbolKind.Property); 26519context.RegisterSymbolAction(Handle, SymbolKind.Parameter); 26520context.RegisterSymbolAction(Handle, SymbolKind.NamedType); 27609context.RegisterSymbolAction(Handle1, SymbolKind.Method); 27610context.RegisterSymbolAction(Handle2, SymbolKind.Property); 27611context.RegisterSymbolAction(Handle3, SymbolKind.Parameter);
Microsoft.CodeAnalysis.CSharp.Features.UnitTests (1)
Diagnostics\Suppression\RemoveUnnecessaryPragmaSuppressionsTests.cs (1)
1304context.RegisterSymbolAction(context =>
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (12)
Semantics\RecordStructTests.cs (7)
6183context.RegisterSymbolAction(Handle, SymbolKind.Method); 6184context.RegisterSymbolAction(Handle, SymbolKind.Property); 6185context.RegisterSymbolAction(Handle, SymbolKind.Parameter); 6186context.RegisterSymbolAction(Handle, SymbolKind.NamedType); 6817context.RegisterSymbolAction(Handle1, SymbolKind.Method); 6818context.RegisterSymbolAction(Handle2, SymbolKind.Property); 6819context.RegisterSymbolAction(Handle3, SymbolKind.Parameter);
Semantics\TopLevelStatementsTests.cs (4)
6530context.RegisterSymbolAction(Handle, SymbolKind.Method); 7269context.RegisterSymbolAction(Handle1, SymbolKind.Method); 7270context.RegisterSymbolAction(Handle2, SymbolKind.Namespace); 7271context.RegisterSymbolAction(Handle3, SymbolKind.NamedType);
SourceGeneration\GeneratorDriverTests.cs (1)
185context.RegisterSymbolAction(Handle, SymbolKind.NamedType);
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (1)
Diagnostics\DiagnosticAnalyzerServiceTests.cs (1)
1044context.RegisterSymbolAction(c =>
Microsoft.CodeAnalysis.EditorFeatures2.UnitTests (9)
CodeFixes\CodeFixServiceTests.vb (1)
201context.RegisterSymbolAction(AddressOf AnalyzeSymbol, SymbolKind.NamedType)
Diagnostics\AdditionalFileDiagnosticsTests.vb (1)
77context.RegisterSymbolAction(AddressOf AnalyzeSymbol, SymbolKind.NamedType)
Diagnostics\DiagnosticServiceTests.vb (7)
1257context.RegisterSymbolAction(AddressOf AnalyzeSymbol, SymbolKind.Method) 1544context.RegisterSymbolAction(AddressOf AnalyzeSymbol, SymbolKind.NamedType) 1569context.RegisterSymbolAction(AddressOf AnalyzeSymbol, SymbolKind.NamedType) 1621context.RegisterSymbolAction(AddressOf AnalyzeSymbol, SymbolKind.NamedType) 1638context.RegisterSymbolAction(AddressOf AnalyzeSymbol, SymbolKindsOfInterest) 1745context.RegisterSymbolAction(Sub(s) Return, SymbolKind.NamedType) 1885context.RegisterSymbolAction(Sub(ctxt)
Microsoft.CodeAnalysis.Test.Utilities (11)
Diagnostics\CommonDiagnosticAnalyzers.cs (7)
789context.RegisterSymbolAction(AnalyzeSymbol, SymbolKind.Namespace); 1001context.RegisterSymbolAction(symbolContext => 1040context.RegisterSymbolAction(symbolContext => 1859context.RegisterSymbolAction(SymbolAction, SymbolKind.Parameter); 2535context.RegisterSymbolAction(context => 2609context.RegisterSymbolAction( 3127context.RegisterSymbolAction(context =>
Diagnostics\SuppressMessageAttributeTests.DiagnosticAnalyzers.cs (3)
64analysisContext.RegisterSymbolAction( 97analysisContext.RegisterSymbolAction( 281analysisContext.RegisterSymbolAction(
Diagnostics\TestDiagnosticAnalyzer.cs (1)
47context.RegisterSymbolAction(this.AnalyzeSymbol, AllSymbolKinds.ToArray());
Microsoft.CodeAnalysis.VisualBasic.Semantic.UnitTests (2)
Diagnostics\DiagnosticAnalyzerTests.vb (2)
312context.RegisterSymbolAction(AddressOf AnalyzeSymbol, SymbolKind.NamedType) 506context.RegisterSymbolAction(AddressOf AnalyzeSymbol, SymbolKind.Field)
Microsoft.Interop.ComInterfaceGenerator (1)
Analyzers\GeneratedComInterfaceAttributeAnalyzer.cs (1)
29context.RegisterSymbolAction((context) =>
Microsoft.ML.CodeAnalyzer.Tests (1)
Code\RelaxTestNamingTest.cs (1)
116context.RegisterSymbolAction(AnalyzeSymbol, SymbolKind.Method);
Microsoft.ML.InternalCodeAnalyzer (2)
InstanceInitializerAnalyzer.cs (2)
36context.RegisterSymbolAction(AnalyzeField, SymbolKind.Field); 37context.RegisterSymbolAction(AnalyzeProperty, SymbolKind.Property);
System.Windows.Forms.Analyzers.CSharp (1)
System\Windows\Forms\CSharp\Analyzers\MissingPropertySerializationConfiguration\MissingPropertySerializationConfigurationAnalyzer.cs (1)
22context.RegisterSymbolAction(AnalyzeSymbol, SymbolKind.Property);
System.Windows.Forms.Analyzers.VisualBasic (1)
Analyzers\MissingPropertySerializationConfiguration\MissingPropertySerializationConfigurationDiagnosticAnalyzer.vb (1)
24context.RegisterSymbolAction(AddressOf AnalyzeSymbol, SymbolKind.Property)