2 writes to Name
Microsoft.CSharp (2)
Microsoft\CSharp\RuntimeBinder\ComInterop\ComMethodDesc.cs (2)
22
Name
= name;
44
Name
= rgNames[0];
12 references to Name
Microsoft.CSharp (12)
Microsoft\CSharp\RuntimeBinder\ComInterop\ComInvokeBinder.cs (2)
199
string[] names = _keywordArgNames.AddFirst(_methodDesc.
Name
);
302
Expression.Constant(_methodDesc.
Name
, typeof(string))
Microsoft\CSharp\RuntimeBinder\ComInterop\ComRuntimeHelpers.cs (1)
222
return new DispCallable(dispatch, method.
Name
, method.DispId);
Microsoft\CSharp\RuntimeBinder\ComInterop\ComTypeDesc.cs (5)
148
names.Add(func.
Name
, null);
159
if (!names.ContainsKey(func.
Name
))
161
names.Add(func.
Name
, null);
170
if (!names.ContainsKey(func.
Name
))
172
names.Add(func.
Name
, null);
Microsoft\CSharp\RuntimeBinder\ComInterop\IDispatchComObject.cs (4)
294
method.
Name
,
301
members.Add(new KeyValuePair<string, object>(method.
Name
, value));
307
members.Add(new KeyValuePair<string, object>(method.
Name
, ex));
565
string name = method.
Name
.ToUpper(CultureInfo.InvariantCulture);