12 references to TypeNameOnly
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (11)
ExtractInterface\ExtractInterfaceTests.cs (11)
1045
""", TypeDiscoveryRule.
TypeNameOnly
, expectedExtractable: false);
1055
""", TypeDiscoveryRule.
TypeNameOnly
, expectedExtractable: true);
1065
""", TypeDiscoveryRule.
TypeNameOnly
, expectedExtractable: true);
1075
""", TypeDiscoveryRule.
TypeNameOnly
, expectedExtractable: true);
1085
""", TypeDiscoveryRule.
TypeNameOnly
, expectedExtractable: true);
1095
""", TypeDiscoveryRule.
TypeNameOnly
, expectedExtractable: true);
1105
""", TypeDiscoveryRule.
TypeNameOnly
, expectedExtractable: true);
1115
""", TypeDiscoveryRule.
TypeNameOnly
, expectedExtractable: true);
1125
""", TypeDiscoveryRule.
TypeNameOnly
, expectedExtractable: true);
1135
""", TypeDiscoveryRule.
TypeNameOnly
, expectedExtractable: true);
1147
""", TypeDiscoveryRule.
TypeNameOnly
, expectedExtractable: true);
Microsoft.CodeAnalysis.Features (1)
ExtractInterface\AbstractExtractInterfaceService.cs (1)
50
var typeAnalysisResult = await AnalyzeTypeAtPositionAsync(document, span.Start, TypeDiscoveryRule.
TypeNameOnly
, cancellationToken).ConfigureAwait(false);