3 references to CodeGenerationEventSymbol
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (1)
CodeGeneration\CodeGenerationTests.VisualBasic.cs (1)
413new CodeGenerationEventSymbol(
Microsoft.CodeAnalysis.Workspaces (2)
CodeGenerationEventSymbol.cs (1)
48return new CodeGenerationEventSymbol(
CodeGenerationSymbolFactory.cs (1)
42var result = new CodeGenerationEventSymbol(null, attributes, accessibility, modifiers, type, explicitInterfaceImplementations, name, addMethod, removeMethod, raiseMethod);