Base:
method
Visit
Microsoft.CodeAnalysis.CSharp.CSharpSymbolVisitor<TResult>.Visit(Microsoft.CodeAnalysis.CSharp.Symbol)
18 references to Visit
Microsoft.CodeAnalysis.CSharp (18)
Emitter\EditAndContinue\CSharpSymbolMatcher.cs (18)
68
return (Cci.IDefinition?)_symbols.
Visit
(symbol)?.GetCciAdapter();
79
return (Cci.INamespace?)_symbols.
Visit
(symbol)?.GetCciAdapter();
89
return (Cci.ITypeReference?)_symbols.
Visit
(symbol)?.GetCciAdapter();
362
var otherElementType = (TypeSymbol?)
Visit
(symbol.ElementType);
394
var otherAssembly = (AssemblySymbol?)
Visit
(module.ContainingAssembly);
461
var otherContainer =
Visit
(@namespace.ContainingSymbol);
497
var otherDef = (NamedTypeSymbol?)
Visit
(originalDef);
508
var newType = (TypeSymbol?)v.
Visit
(t.Type);
533
var otherContainer = this.
Visit
(sourceType.ContainingSymbol);
567
return
Visit
(AnonymousTypeManager.TranslateAnonymousTypeSymbol(sourceType));
588
var otherPointedAtType = (TypeSymbol?)
Visit
(symbol.PointedAtType);
603
var otherReturnType = (TypeSymbol?)
Visit
(sig.ReturnType);
622
var otherType = (TypeSymbol?)
Visit
(param.Type);
651
var otherContainer =
Visit
(symbol.ContainingSymbol);
671
var type = (NamedTypeSymbol?)
Visit
(((CSharpCustomModifier)modifier).ModifierSymbol);
735
var otherType = type.WithTypeAndModifiers((TypeSymbol?)this.
Visit
(type.Type), this.VisitCustomModifiers(type.CustomModifiers));
743
var otherType = (NamedTypeSymbol?)
Visit
(member.ContainingType);
1029
var visitedSource = (TypeSymbol?)_matcher.
Visit
(source);