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