2 references to IdentifierGenerator
Microsoft.CodeAnalysis.CSharp.NetAnalyzers (2)
Microsoft.NetCore.Analyzers\InteropServices\CSharpDisableRuntimeMarshalling.FixAllProvider.cs (1)
46identifierGenerator = new IdentifierGenerator(editor.SemanticModel, node.SpanStart);
Microsoft.NetCore.Analyzers\InteropServices\CSharpDisableRuntimeMarshalling.Fixer.cs (1)
76var identifierGenerator = new IdentifierGenerator(editor.SemanticModel, node.SpanStart);