Base:
property
Name
Microsoft.CodeAnalysis.CSharp.Symbols.AssemblySymbol.Name
Implemented interface member:
property
Name
Microsoft.CodeAnalysis.Symbols.ISymbolInternal.Name
5 references to Name
Microsoft.CodeAnalysis.CSharp (3)
Compiler\DocumentationCommentCompiler.cs (1)
103
var compiler = new DocumentationCommentCompiler(assemblyName ?? compilation.SourceAssembly.
Name
, compilation, writer, filterTree, filterSpanWithinTree,
Symbols\Retargeting\RetargetingModuleSymbol.cs (1)
213
new AssemblyIdentity(name: originatingSourceAssemblyDebugOnly.
Name
) :
Symbols\Source\SourceAssemblySymbol.cs (1)
2161
if (!potentialGiverOfAccess.GetInternalsVisibleToPublicKeys(this.
Name
).IsEmpty())
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (2)
Semantics\ParamsCollectionTests.cs (2)
12817
adjustedMemberName = adjustedMemberName.Replace("<>", "<" + comp.SourceAssembly.
Name
+ ">");
12818
adjustedMemberDisplay = adjustedMemberDisplay.Replace("<>", "<" + comp.SourceAssembly.
Name
+ ">");